home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / V41undef.H < prev    next >
C/C++ Source or Header  |  1996-09-16  |  693b  |  42 lines

  1. /* V41UNDEF.H - Compatibility Layer file
  2.  * Copyright (C) 1996 Visio Corporation. All rights reserved.
  3.  */
  4.  
  5. #ifndef _v41undef_H
  6. #define _v41undef_H
  7.  
  8. #ifdef VISIO_41_COMPATIBILITY_LAYER
  9.  
  10. #undef Application
  11. #undef Cell
  12. #undef Characters
  13. #undef Connect
  14. #undef Connects
  15. #undef Document
  16. #undef Documents
  17. #undef Master
  18. #undef Masters
  19. #undef Page
  20. #undef Pages
  21. #undef Selection
  22. #undef Shape
  23. #undef Shapes
  24. #undef Style
  25. #undef Styles
  26. #undef Window
  27. #undef Windows
  28. #undef Layer
  29. #undef Layers
  30. #undef Font
  31. #undef Fonts
  32. #undef Color
  33. #undef Colors
  34. #undef Addon
  35. #undef Addons
  36. #undef Event
  37. #undef EventList
  38.  
  39. #endif    //    VISIO_41_COMPATIBILITY_LAYER
  40.  
  41. #endif    //    _v41undef_H
  42.